python test is nan

25

math.isnan(n)
import math
x = float('nan')
math.isnan(x)
True

Comments

Submit
0 Comments